home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 6_10.lha / 6_10 / 6_10all.c < prev    next >
Text File  |  1993-08-08  |  419b  |  21 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. include <stream.h>
  6. include <values.h>
  7.  
  8. include "lint.h"
  9.  
  10. include "6.10cons.c"
  11. include "6.10eq.c"
  12. include "6.10add.c"
  13. include "6.10cmp.c"
  14. include "6.10pos.c"
  15. include "6.10min.c"
  16. include "6.10neg.c"
  17. include "6.10mul.c"
  18. include "6.10div.c"
  19. include "6.10out.c"
  20. include "6.10in.c"
  21.